The setStopPrice method sets the stop price for the order.
setStopPrice(stopPrice);
stopPrice
Stop price for the order. Stop price can only be set for stop or stop limit orders.
See placeOrder() in Account class for an example on how to use setStopPrice() method.
Copyright © 2006-2009 ActiveTick LLC